projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09244ed
)
sortlistmodel: Cosmetic docs changes
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 23 May 2021 00:43:29 +0000
(20:43 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 23 May 2021 00:46:16 +0000
(20:46 -0400)
gtk/gtksortlistmodel.c
patch
|
blob
|
history
diff --git
a/gtk/gtksortlistmodel.c
b/gtk/gtksortlistmodel.c
index 43fc43e1734c549f7ef6657865286bfbccd1d227..3a1d14fe05366cc1e08eea4ad880a77f19602dc3 100644
(file)
--- a/
gtk/gtksortlistmodel.c
+++ b/
gtk/gtksortlistmodel.c
@@
-55,8
+55,8
@@
/**
* GtkSortListModel:
*
- *
`GtkSortListModel` is a list model that sorts the elements of
- *
the underlying model
according to a `GtkSorter`.
+ *
A `GListModel` that sorts the elements of an underlying model
+ * according to a `GtkSorter`.
*
* The model can be set up to do incremental sorting, so that
* sorting long lists doesn't block the UI. See